add some missing doc images in a valid path
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 20 Jan 2025 14:38:33 +0000 (15:38 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 21 Jan 2025 08:02:12 +0000 (09:02 +0100)
we cannot use doc/images/building folder name due to some gitignore
rules

so let's rename it to doc/images/dev

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
doc/building.rst
doc/images/dev/desktop-development-with-cpp.png [new file with mode: 0644]
doc/images/dev/path.png [new file with mode: 0644]
doc/images/dev/visual-studio-installer.png [new file with mode: 0644]

index fcf78f28495baa20b5c2990915dc82134f4443ce..dd8781ce612301957964630584e7a03d8c7fe555 100644 (file)
@@ -220,12 +220,12 @@ Setting up Microsoft Visual Studio
 
 1. Click on 'Modify' in the Visual Studio Installer:
 
-  .. image:: ./images/building/visual-studio-installer.png
+  .. image:: ./images/dev/visual-studio-installer.png
     :alt: Visual Studio Installer
 
 2. Select 'Desktop development with C++'
 
-  .. image:: ./images/building/desktop-development-with-cpp.png
+  .. image:: ./images/dev/desktop-development-with-cpp.png
     :alt: Desktop development with C++
 
 Handling the dependencies 
@@ -265,7 +265,7 @@ Compiling
 
 4. To use the tools installed with Visual Studio, you need the following in your %PATH%:
 
-  .. image:: ./images/building/path.png
+  .. image:: ./images/dev/path.png
     :alt: Windows environment variables    
 
 5. Alternatively you can use the tools installed with KDE Craft by adding them to %PATH%:
diff --git a/doc/images/dev/desktop-development-with-cpp.png b/doc/images/dev/desktop-development-with-cpp.png
new file mode 100644 (file)
index 0000000..4d4f0d3
Binary files /dev/null and b/doc/images/dev/desktop-development-with-cpp.png differ
diff --git a/doc/images/dev/path.png b/doc/images/dev/path.png
new file mode 100644 (file)
index 0000000..88f0287
Binary files /dev/null and b/doc/images/dev/path.png differ
diff --git a/doc/images/dev/visual-studio-installer.png b/doc/images/dev/visual-studio-installer.png
new file mode 100644 (file)
index 0000000..23f4f7a
Binary files /dev/null and b/doc/images/dev/visual-studio-installer.png differ